projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
bb0f4ae
1a1d8f8
)
Auto merge of #2433 - alexcrichton:fix-lines-match, r=alexcrichton
author
bors
<bors@rust-lang.org>
Thu, 3 Mar 2016 18:20:20 +0000
(18:20 +0000)
committer
bors
<bors@rust-lang.org>
Thu, 3 Mar 2016 18:20:20 +0000
(18:20 +0000)
Right now we only match a suffix of the line, assuming all lines start with
`[..]`. Instead this ensures that the first match is anchored at the start.
Trivial merge